The file system specification record for files and directories is defined by the FSSpec data type.
TYPE FSSpec = {file system specification}
RECORD
vRefNum: Integer; {volume reference number}
parID: LongInt; {directory ID of parent directory}
name: Str63; {filename or directory name}
END;